asterisk-1.8.x: fix #18090, typo in chan-lantiq/install macro
authorJiri Slachta <[email protected]>
Sun, 12 Oct 2014 20:02:25 +0000 (22:02 +0200)
committerJiri Slachta <[email protected]>
Sun, 12 Oct 2014 20:02:25 +0000 (22:02 +0200)
Signed-off-by: Jiri Slachta <[email protected]>
net/asterisk-1.8.x/Makefile

index d35a55d25b23759a5c2b5c376e29d078d0a29152..d8a18290a631f70491312cb0925396be54dd6c05 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=asterisk18
 PKG_VERSION:=1.8.30.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
@@ -147,8 +147,8 @@ define Package/asterisk18-chan-lantiq/conffiles
 endef
 
 define Package/asterisk18-chan-lantiq/install
-$(call Package/asterisk18/install/conffile,lantiq.conf,$(m))
-$(call Package/asterisk18/install/module,chan_lantiq,$(m))
+$(call Package/asterisk18/install/conffile,$(1),lantiq.conf)
+$(call Package/asterisk18/install/module,$(1),chan_lantiq)
 endef
 
 define Package/asterisk18-sounds